home *** CD-ROM | disk | FTP | other *** search
- @Echo off
- Echo off
- CLS
- rem This is an example of a BAT to use in one of Intellicomm's external
- rem protocol entries. It is set up for a Zmodem upload using the DSZ
- rem external protocol, by Chuck Forsberg. This is an EXAMPLE ONLY
- rem and may or may not work with your modem. If you have problems
- rem please refer to the DSZ documentation.
- rem
- rem Please see DSZ-D.BAT for a description of the parameters Intellicomm
- rem passes when calling external protocols.
- rem
- rem You must precede the DSZ command with the proper pathname if DSZ.COM
- rem is not located on your PATH (e.g. C:\UTIL\DSZ port ...).
- rem Note that Intellicomm will perform a CHDIR to the first directory on
- rem your Upload PATH before calling this .BAT.
- rem
- DSZ port %2 speed %1 ha on sz -m %4 %5 %6 %7 %8 %9
-